| <rssfeed parameter/> 
 By default includes feeds to the 10 latest changed facts.    rssfeed can take the following parameters:   
url
 
 url="url_of_the_rss_feed"   This provides the opportunity to include a RSS feed from another platform. In order to do that, paste the full URL of the feed between the quotation marks. 
localfeed
 
 localfeed="recent"   You can use this parameter if you want to create a fact with the recent published items (by default it displays the last 10). Possible parameters for the localfeed are: recent or the name of a service on fcs. 
count
 
 count="3"    Defines how many links should be displayed. In this case there will be shown 3 links. 
 Note: if you type a value 0 between the quotation marks the default value will be loaded. 
limitdescriptionto
 
 limitdescriptionto="500"   In this way you can limit the number of the characters that should be displayed. 
 Notice: HTML is removed if this parameter is used - that is a way to retreive plain-text only. 
recachefeed
 
 recachefeed 
itemtemplate
 
 itemtemplate="id.v"   Between the quotation marks you should put the full ID (could be with version 0) of a text fact, that contains the template  for displaying each of the elements of the rss feed. In the template the following  tags are replaced with the appropriate values: <date/>, <title/>,  <link/>, <description/>. 
    Important: You can use this tag only in html mode and at the very beginning of the html text you should type <advancedparser/>!
 
 |